xend: Fix scsi_id for pvSCSI
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 31 Mar 2009 10:27:10 +0000 (11:27 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 31 Mar 2009 10:27:10 +0000 (11:27 +0100)
commit23d864769a614ec5ae094b0deddb67fe674d2aa6
treeba9a018b84210dc9a682e072ce7d141ea5727f17
parentea3ee2e615de6ecd55a5b7e26eaee383e9b5eec2
xend: Fix scsi_id for pvSCSI

pvSCSI allocations fail if the version of udev in a host OS is
relatively new.  I have not been able to detect the failure because
I have used udev of the version 095.  The failure occurs by
an incompatibility problem of scsi_id command included udev.
This patch tackles the incompatibility problem.

Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
tools/python/xen/util/vscsi_util.py